home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / DSOs / forum93 / case7 / newthing.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-02  |  96 b   |  7 lines

  1. #include <stdio.h>
  2.  
  3. void func2() {
  4.     printf("This is the new func2, which is fixed.\n\n");
  5. }
  6.  
  7.